table of contents
FcMatrixCopy(3) | FcMatrixCopy(3) |
NAME¶
FcMatrixCopy - Copy a matrix
SYNOPSIS¶
#include <fontconfig/fontconfig.h> void FcMatrixCopy (const FcMatrix *matrix);
DESCRIPTION¶
FcMatrixCopy allocates a new FcMatrix and copies mat into it.
31 3月 2022 | Fontconfig 2.14.0 |